Blog

ColdBox and ColdFusion 8 Interesting bug.

Luis Majano December 01, 2007

Spread the word

Luis Majano

December 01, 2007

Spread the word


Share your thoughts

I have found an interesting bug on ColdFusion 8 and the multi-threaded capabilities of ColdBox. This is only to specific coldbox installation setups: 1) Virtual Folder in IIS 2) Apache Alias If you use an alias or a virtual folder for installing coldbox, you will run into errors that the spawned threads will not be able to actually find the instantiation paths. Example: coldbox.system.beans.requestContext It seems that the coldfusion 8 spawned thread cannot find or use the virtual aliases or apache aliases. So if I cannot find a solution, which seems like I won't be able to. Then I will remove the installation type of aliases and virtual directories for colfusion 8 and bluedragon 7. It seems that the installation procedures will have to remain as physical folders or coldfusion mappings only. Please test this and let me know your results.

Add Your Comment

(2)

Dec 01, 2007 17:15:53 UTC

by Luis Majano

UPDATE:

I have made this work by using a combination of a coldfusion mapping and the virtual folder.

Dec 02, 2007 18:43:37 UTC

by Aaron Roberson

Is this related to the error I am receiving on BlueDragon 7:

Expression Error

Detail Problem occurred while parsing: coldbox.plugins.MTlogger.logErrorWithBean-F58B9C85-C8A9-1565-95ABA9CA1CC64A6E

Extended Info Encountered ABA9CA1CC64A6E. Was expecting one of: <EOF> AND ... OR ... XOR ... EQV ... IMP ... MOD ... DOES ... ( ... [ ... "& ... = ... . ... + ... - ... * ... / ... \ ... ^ ... EQUAL ... EQUALS ... IS ... EQ ... NEQ ... LT ... GT ... CONTAINS ... LTE ... LE ... GTE ... GE ... NOT ... LESS ... GREATER" ...

Recent Entries

Your Development Team Is at Capacity. Here’s How to Keep Critical Work Moving!

Your Development Team Is at Capacity. Here’s How to Keep Critical Work Moving!

The problem is not that your team lacks priorities.It is that maintenance, delivery, and long-term improvement are competing for the same people.

For companies running business-critical CFML, ColdFusion, or BoxLang applications, that pressure can be especially difficult to solve. Experienced developers are not always easy to hire quickly, application knowledge may be concentrated in one or two people, and a generalist may need significant context before taking ownership of the work. A permanent hire can also require a significant investment in recruiting, compensation, onboarding, and long-term capacity even when the immediate need is a specific project, urgent maintenance, or a period of transition.

Maria Jose Herrera
Maria Jose Herrera
September 18, 2026
Copy of BoxLang AI 3.4 Blog Series Part 5 : Reasoning Without the Guesswork

Copy of BoxLang AI 3.4 Blog Series Part 5 : Reasoning Without the Guesswork

Reasoning-capable models have been usable in BoxLang AI for a while. params passes straight through to the provider body, so params: { thinking: { type: "enabled", budget_tokens: 10000 } } for Claude, or params: { reasoning_effort: "high" } for OpenAI, already reached the API. What never worked was reading the reasoning back. It was parsed out on arrival and silently dropped. In 3.4.0, that's fixed, and it's fixed the same way for every provider.

Luis Majano
Luis Majano
September 15, 2026